all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
14
Task/Singleton/OxygenBasic/singleton.oxy
Normal file
14
Task/Singleton/OxygenBasic/singleton.oxy
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
class singleton
|
||||
static sys a,b,c
|
||||
static string s,t,u
|
||||
static double x,y,z
|
||||
end class
|
||||
|
||||
'TEST
|
||||
'====
|
||||
|
||||
singleton A
|
||||
singleton B
|
||||
A.c=3
|
||||
print B.c 'result 3
|
||||
print sizeof B 'result 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue