cb-hackers / cbEnchanted

A new runtime for CoolBasic
13 stars 3 forks source link

Typepointterin asettaminen NULL (0) kaatuu #60

Closed valscion closed 12 years ago

valscion commented 12 years ago
Type TEST
    Field fld
EndType

t.TEST = New(TEST)
t\fld = 1337

// Kaatuu tässä
t = 0

t = First(TEST)
Print t\fld
WaitKey