|
00:04
ds7832 joined
00:06
swaggboi joined
00:33
swaggboi left
00:37
ds7832 left
01:05
swaggboi joined
10:05
ds7832 joined
11:11
ds7832 left
11:19
ds7832 joined
11:54
ds7832 left
14:16
human-blip left
14:17
human-blip joined
16:25
human-blip left
16:27
human-blip joined
17:09
librasteve_ joined
17:34
human-blip left
17:36
human-blip joined
22:40
habere-et-disper joined
|
|||
| habere-et-disper | How do I go back to the beginning of the same line (linefeed) so that following output will overwrite what was just output? | 22:41 | |
| m: print "TEST\c[LINE FEED]OVERWRITE" | 22:42 | ||
| camelia | TEST OVERWRITE |
||
| habere-et-disper | Got it -- carriage return. | 22:45 | |
| m: print "00\c[carriage return]99" | 22:46 | ||
| camelia | 0 | ||
|
23:22
habere-et-disper left
|
|||
| jubilatious1_98524 | m: print "00\c[CARRIAGE RETURN]99"; | 23:36 | |
| Raku eval | 00 99 | ||