[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[m8n] 82 Basic Functions

--setup
test = smalltalk.Lua:basic()


test:assert_message_(true,"ouch - should not happen")
print("countGC="..tostring(test:countGC()))
test:gc()
print("countGC="..tostring(test:countGC()))


--cleanup
test=nil