Removed sample output folder from index.

This commit is contained in:
Marvin Blum
2015-10-25 18:41:54 +01:00
parent 665c9e27a1
commit 2d6edd9207
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/bin/
/pkg/
/out/

View File

@@ -1,5 +1,5 @@
array = [1,2,3];
x = (array select 0);
if ((array select (1-1)+10/10)==2) then {
x = (array select (0));
if ((array select ((1-1)+10/10))==2) then {
[] call foo;
};