Control Flow
Note::Best Practiceif input is String { print "Input is a string!" }if len input = argv[0].split(",", true).map(-> (i) i - 1) > 3 { print "Too many arguments" }
Last updated
Was this helpful?
Note::Best Practiceif input is String { print "Input is a string!" }if len input = argv[0].split(",", true).map(-> (i) i - 1) > 3 { print "Too many arguments" }
Last updated
Was this helpful?
Was this helpful?