]> Creatis software - bbtk.git/blob - packages/std/bbs/appli/testAdd.bbs
4e4e7f1d70cc04d60661c1fc05bb369ec88f6f6b
[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$