]> Creatis software - bbtk.git/blob - packages/std/bbs/appli/testAdd.bbs
bbfy changes ...
[bbtk.git] / packages / std / bbs / appli / testAdd.bbs
1 description "Tests the std::Add box"
2 category "test"
3
4 include std
5 new Add a
6 set a.In1 1
7 set a.In2 2
8 print $a.Out$