hello_someone.vh (104B)
1 2 3 4 5
[ :puts, print :gets, input ] = import :IO name = input "> " puts "Hello, " + name.captialise + "."