Skip to main content

Timeline for answer to "Hello, World!" by Kade

Current License: CC BY-SA 4.0

Post Revisions

11 events
when toggle format what by license comment
S Dec 28, 2022 at 1:26 history suggested CommunityBot CC BY-SA 4.0
Add TIO link
Dec 28, 2022 at 1:11 review Suggested edits
S Dec 28, 2022 at 1:26
Oct 3, 2016 at 13:17 comment added Kade @Scott Super late to reply to this, that forum post was probably me! o outputs the top stack item as-is, i.e. if a number is there it prints that. c would simply cast that to a char. So, if you have a string or char on the top of the stack o would be what you want :) Eventually these docs will be updated..
Jan 15, 2016 at 15:49 comment added THE JOATMON I wish I was half as smart as everyone here, but in the "documentation" (read: some guy's forum post) it says o outputs as a number. Shouldn't it be c at the end? Is there proper documentation anywhere? This is super interesting!
Sep 13, 2015 at 0:10 comment added bjb568 >;+o​​​​​​​​​​​
Sep 3, 2015 at 3:41 comment added MrDuk Most entertaining solution here; this one wins.
Aug 28, 2015 at 21:01 comment added Kade @Kritzefitz I haven't written an official spec, but whitespace will preserve the direction that was used to travel to it. So, if your program is using right, it will continue right on a whitespace or a noop.
Aug 28, 2015 at 19:31 comment added Kritzefitz Is there somewhere a detailed description or specification of the language? In particular I'm interested, what happens if you "step" on a whitespace?
Aug 28, 2015 at 17:23 comment added Kade @Random832 In a string, directional characters are treated as regular characters, i.e. you can include them in a string.
Aug 28, 2015 at 16:34 comment added Random832 Just out of curiosity, what happens if you include one of the characters in a string?
Aug 28, 2015 at 13:30 history answered Kade CC BY-SA 3.0