food foo -- GC_MODE :: marksweep food foo .value = [bar] value = 42-42. ..i = -2147483648 .f1212d f123123 f123x123 foo .--- len = 1 0 [] --- len = 2 0 [] 1 [] --- len = 3 0 [] 1 [] 2 [] --- len = 2 0 [a] 1 [b] --- len = 3 0 [abc] 1 [def] 2 [] --- len = 4 0 [] 1 [abc] 2 [def] 3 [] --- len = 3 0 [abc] 1 [def] 2 [ghi] .char funcs slice() strip() startswith endswith rjust() and ljust() join() .str_concat() str_repeat() 'tab\tline\nline\r\n' .f o o d .-- before pop(0) ints[0] = 5 ints[1] = 6 ints[2] = 7 ints[3] = 8 pop() pop(0) .list_repeat length = 3 item 0 1 item 1 1 . forward iteration over list x = 1 x = 2 x = 3 backward iteration over list x = 3 x = 2 x = 1 init.size() = 2 .. List ints floats ...k foo k bar iterating over Dict k = foo, v = 2 k = bar, v = 3 . Total: 17 tests (234 ticks, 0.000 sec), 154 assertions Pass: 17, fail: 0, skip: 0.