Skip to content

Commit

Permalink
added several new codes
Browse files Browse the repository at this point in the history
  • Loading branch information
miura committed Sep 2, 2015
1 parent 76eef11 commit 7b1fd1f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/code01_51.ijm
@@ -0,0 +1,4 @@
//code 1.5
print("\\Clear");
print("Hello World!");

3 changes: 3 additions & 0 deletions code/code01_76.ijm
@@ -0,0 +1,3 @@
//Code 1.76
print("Hello World!");
print("\\Clear");
7 changes: 7 additions & 0 deletions code/code01_8.ijm
@@ -0,0 +1,7 @@
macro "print_out" {
print("Hello World!");
}

macro "print_out2" {
print("Bye World!");
}
5 changes: 5 additions & 0 deletions code/code08_9.ijm
@@ -0,0 +1,5 @@
//Code 8.9

for( i = 0 ; i < 5 ; i += 1 ) {
print( i + ": " + "whatever" );
}

0 comments on commit 7b1fd1f

Please sign in to comment.