mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Fixed function call and buildin function call, all tests are green.
Still need to solve special cases and sqf: ... sqf blocks.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
func myFunc(a, b) {
|
||||
return a > b;
|
||||
}
|
||||
|
||||
myFunc(1+3/4, 2-(66*22)/3-((123)));
|
||||
|
||||
// TODO:
|
||||
//var _x = setHitIndex(vehicle()(player))(1, 1);
|
||||
var _x = setHit(player)("head");
|
||||
foo();
|
||||
|
||||
Reference in New Issue
Block a user