mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added the opaque data type
This commit is contained in:
6
scripts/test/opaque-data-type.toy
Normal file
6
scripts/test/opaque-data-type.toy
Normal file
@@ -0,0 +1,6 @@
|
||||
//test the opaque data type works
|
||||
|
||||
var o = produce();
|
||||
|
||||
consume(o);
|
||||
|
||||
Reference in New Issue
Block a user