From e9a950d93ff62d8d867321a847a7dc4cbc2789c8 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Wed, 16 Sep 2015 09:32:02 +0200 Subject: add 'n' and de-tabify because of ghc's new -fwarn-tabs --- rip-lang.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rip-lang.txt') diff --git a/rip-lang.txt b/rip-lang.txt index 72ae8cb..52de72c 100644 --- a/rip-lang.txt +++ b/rip-lang.txt @@ -13,6 +13,7 @@ r: pops the number of items to rotate clockwise R: pops the number of items to rotate anti-clockwise a s m q: + - * / (add, subtract, multiply, quotient (integer)) G L E: greater, less, equal; booleans are 1 and 0, as you expect +n: not; equivalent to 0E [ ... ]: syntactical; a codeblock I: pops boolean, conditionally executing the codeblock that should follow the I, depending on the boolean (aka "if") W: I, but then "while" instead of "if" @@ -37,3 +38,8 @@ Fibonacci: 9io D3r+ 1] + + +Cat: + +gD01sEnW[ogD01sEn] -- cgit v1.2.3-54-g00ecf