git @ Cat's Eye Technologies Carriage / 1ee69f5
Treat linefeed as whitespace. Chris Pressey 5 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2323 slice' n (_:s) = slice' (n-1) s
2424
2525 ci " " = id
26 ci "\n" = id
2627 ci "1" = \s -> push s $ Int 1
2728 ci "$" = snd . pop
2829 ci "#" = \s -> push s $ Int $ fromIntegral $ length s