mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-15 21:27:22 +00:00
Took non-working null func out of test.
This commit is contained in:
@@ -27,10 +27,6 @@ end
|
|||||||
//
|
//
|
||||||
const constval = 2*(2+3) // a test expression should evaluate to 10
|
const constval = 2*(2+3) // a test expression should evaluate to 10
|
||||||
//
|
//
|
||||||
// Absolute function address
|
|
||||||
//
|
|
||||||
const nullfunc = $300
|
|
||||||
//
|
|
||||||
// Declare all global variables for this module.
|
// Declare all global variables for this module.
|
||||||
// Note that arrays are declared with prefix []. postfix [], or no [].
|
// Note that arrays are declared with prefix []. postfix [], or no [].
|
||||||
// Only arrays with predclared sizes need [ and ], such as "int[3] a".
|
// Only arrays with predclared sizes need [ and ], such as "int[3] a".
|
||||||
@@ -106,9 +102,6 @@ export def main(range)
|
|||||||
wend
|
wend
|
||||||
putln
|
putln
|
||||||
end
|
end
|
||||||
puts("Calling null func.\n")
|
|
||||||
^nullfunc = $60
|
|
||||||
nullfunc()
|
|
||||||
ptr = @main
|
ptr = @main
|
||||||
ptr(@array:6)
|
ptr(@array:6)
|
||||||
ptr = @array
|
ptr = @array
|
||||||
|
Reference in New Issue
Block a user