mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 20:10:25 +00:00
Added main.
This commit is contained in:
8
out/sub/sub.sqf
Normal file
8
out/sub/sub.sqf
Normal file
@@ -0,0 +1,8 @@
|
||||
x = 1;
|
||||
y = 3;
|
||||
foo = {
|
||||
x = _this select 0;
|
||||
y = _this select 1;
|
||||
return x+y;
|
||||
};
|
||||
hint (format ["%1", ([x, y] call foo)]);
|
||||
Reference in New Issue
Block a user