anko-nyagos is the commandline shell based on nyagos which can be customized by anko instead of Lua.
Sample rc-file: nyagos.ank
put on the same directory with nyagos.exe.
func f(args){
for s in args{
println(s)
}
}
alias("foo",f)
The alias named as foo
is defined by anko.