BiwaScheme runs in the tab. Reset clears the editor.
Goal
Print hello and a city list length.
(print "Hello, Scheme")
(print "Nairobi kiosk")(print (length '(Nairobi Mombasa Kisumu)))
(print (car '(Nairobi Mombasa Kisumu)))BiwaScheme, print, Run, Reset, and privacy.
BiwaScheme runs in the tab. Reset clears the editor.
Print hello and a city list length.
(print "Hello, Scheme")
(print "Nairobi kiosk")(print (length '(Nairobi Mombasa Kisumu)))
(print (car '(Nairobi Mombasa Kisumu)))