#!/usr/bin/env nit # # This file is part of NIT ( http://www.nitlanguage.org ). # This program is public domain # Task: Tokenize a string # SEE: for x in "Hello,How,Are,You,Today".split(",") do print x