summary refs log tree commit diff stats
path: root/note
ModeNameSize
-rw-r--r--ask.html893log stats plain blame
-rw-r--r--comms.html2882log stats plain blame
-rw-r--r--emacs.html1965log stats plain blame
-rw-r--r--on-racist-jokes.html1814log stats plain blame
-rw-r--r--pronouns.html854log stats plain blame
-rw-r--r--pubdom.html12225log stats plain blame
-rw-r--r--really.html1132log stats plain blame
-rw-r--r--social-media.html2073log stats plain blame
-rw-r--r--suicide-jokes.html1374log stats plain blame
-rw-r--r--tone.html25961log stats plain blame
-rw-r--r--wechat.html1908log stats plain blame
lass="nv">consoles in scenarios, rewrite tests from # scenario_console.mu # Tests for console interface. scenario read-key-in-mu [ assume-console [ type [abc] ] run [ 1:character, console:address:console, 2:boolean <- read-key console:address:console 3:character, console:address:console, 4:boolean <- read-key console:address:console 5:character, console:address:console, 6:boolean <- read-key console:address:console 7:character, console:address:console, 8:boolean <- read-key console:address:console ] memory-should-contain [ 1 <- 97 # 'a' 2 <- 1 3 <- 98 # 'b' 4 <- 1 5 <- 99 # 'c' 6 <- 1 7 <- 0 # eof 8 <- 1 ] ]