valhallac

Compiler for set-theoretic programming language.
git clone git://git.knutsen.co/valhallac
Log | Files | Refs | README | LICENSE

hello_someone.vh (104B)


1
2
3
4
5
[ :puts, print
  :gets, input ] = import :IO

name = input "> "
puts "Hello, " + name.captialise + "."