mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-03-20 10:20:04 +00:00
changed class -> proto
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// crafts a dummy class
|
||||
class test end
|
||||
// crafts a dummy proto
|
||||
proto test end
|
||||
|
||||
// instance of test
|
||||
var obj = test()
|
||||
|
||||
Reference in New Issue
Block a user