aboutsummaryrefslogtreecommitdiff
path: root/test.uwu
blob: a061a990f3fc0e3932b64782c06a1caf261899d0 (plain)
1
2
3
4
5
6
7
8
9
main flow:linear(
	io:print("please enter something:"),
	io:print(io:scan),
	io:print(:str:cat(
		"your input: ",
		io:scan("please enter something else: ")
	)),
	"success"
)