11 lines
100 B
Plaintext
11 lines
100 B
Plaintext
// Testing memory release
|
|
|
|
function main()
|
|
local a, b
|
|
|
|
a := "Hello"
|
|
b := 2
|
|
|
|
return nil
|
|
|