load'html-tools.ijs '
query 'QUERY_STRING'
# 0{ 1{ query 'QUERY_STRING'
1{ query 'QUERY_STRING'
# 0{ >1{ query 'QUERY_STRING'
getenv
< ;. 1 ' now is the time to do'
< ;. 2 'now is the time to do '
< ;. _1 ' now is the time to do'
< ;. _2 'now is the time to do '
< ;. _2 (1 2 3 __ 4 5 __ 6 7 8 __)
< ;. _2 (<1 2 3) , (<'fret') , (<'hi there') , <'fret'
(<1 2 3) , (<'fret') , (<'hi there') , <'fret'
r =: getenv'QUERY_STRING'
r
(, & '&') r
( < ;. _2 @ (, & '&'))r
(,&'=' &. >)@( < ;. _2 @ (, & '&'))r
(< ;. _2 &. >)@(,&'=' &. >)@( < ;. _2 @ (, & '&'))r
>@(< ;. _2 &. >)@(,&'=' &. >)@( < ;. _2 @ (, & '&'))r
do '3+'
do '3+4'
htd =: 3 : ' 16 16 #. ''0123456789ABCDEF''i. y.'
htd '2B'
(htd '2B') { a.
htd1 =: (16 16 & #.)@ ('0123456789ABCDEF'&i.)
htd1 '2b'
htd1 '2B'
unmungle'2%2B3+%2B+4'