diff --git a/StackBasedLanguage/fizzbuzz.grsbpl b/StackBasedLanguage/fizzbuzz.grsbpl deleted file mode 100644 index 2253b4f..0000000 --- a/StackBasedLanguage/fizzbuzz.grsbpl +++ /dev/null @@ -1,9 +0,0 @@ -10 factorial 1 goto exit - -function factorial 1 -dup not goto isZero -pop dup 1 - factorial * return -:isZero -1 pop return - -:exit pop dup nout \ No newline at end of file