Skip to main content
  1. Projects/

ice

·52 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

Ice #

Programming language and interpreter

NAME
    ice

SYNOPSIS
    ice GROUP | COMMAND

GROUPS
    GROUP is one of the following:

     ice

COMMANDS
    COMMAND is one of the following:

     run
     step
print "this"
input "that: "
print "this and that"
int "856"
str "hey"
str $0
print $1
calc $1 + $1
dump