15 lines
115 B
Plaintext
15 lines
115 B
Plaintext
//
|
|
// $Id$
|
|
//
|
|
|
|
// Testing memory release
|
|
|
|
function main()
|
|
local a, b
|
|
|
|
a := "Hello"
|
|
b := 2
|
|
|
|
return nil
|
|
|