about summary refs log tree commit diff stats
path: root/lil/game.lil
diff options
context:
space:
mode:
Diffstat (limited to 'lil/game.lil')
-rw-r--r--lil/game.lil7
1 files changed, 3 insertions, 4 deletions
diff --git a/lil/game.lil b/lil/game.lil
index daffc5d..b75c565 100644
--- a/lil/game.lil
+++ b/lil/game.lil
@@ -1,6 +1,4 @@
-active_game:1
-
-on listner do 
+on ask_for do 
 	show["B(anana)"]
 	show["A(pples)"]
 	input["> "]
@@ -18,8 +16,9 @@ on process x do
 	end
 end
 
+active_game:1
 
 while active_game ~ 1	
-	user_input:listner[]
+	user_input:ask_for[]
 	process[user_input]
 end
\ No newline at end of file