mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-08 14:30:18 +00:00
Took non-working null func out of test.
This commit is contained in:
parent
b1eb16df92
commit
db1e6c3a6c
@ -27,10 +27,6 @@ end
|
||||
//
|
||||
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.
|
||||
// Note that arrays are declared with prefix []. postfix [], or no [].
|
||||
// Only arrays with predclared sizes need [ and ], such as "int[3] a".
|
||||
@ -106,9 +102,6 @@ export def main(range)
|
||||
wend
|
||||
putln
|
||||
end
|
||||
puts("Calling null func.\n")
|
||||
^nullfunc = $60
|
||||
nullfunc()
|
||||
ptr = @main
|
||||
ptr(@array:6)
|
||||
ptr = @array
|
||||
|
Loading…
Reference in New Issue
Block a user