# SI413 Fall 2026 Unit 1 Labs language_name: gogo notes_from_prof: | Language designed by Min Chun and reviewed by Sean Avilucea. This is a fairly straightforward language, with stripped-down syntax and a creative way to handle delimiter escapes. When there are no variables, we can use things which look like variables, to act as special commands! example_program: | nono ask for a name and greet it. gogo "What is your name?" gogo "Hello ", ask nono read noun and adjective, reverse noun and print adjective gogo "Enter a noun and an adjective:" gogo