mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Removed sample output folder from index.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/bin/
|
/bin/
|
||||||
/pkg/
|
/pkg/
|
||||||
|
/out/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
array = [1,2,3];
|
array = [1,2,3];
|
||||||
x = (array select 0);
|
x = (array select (0));
|
||||||
if ((array select (1-1)+10/10)==2) then {
|
if ((array select ((1-1)+10/10))==2) then {
|
||||||
[] call foo;
|
[] call foo;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user