ABorserker [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=16547 CoroCrash <p>Hallo Folks</p> <p>this part of code perfectly crash your PICO-8 both PC and Pocket-CHIP version.</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> function f(a) printh(&quot;f&quot;,a) return yield (2*a) end co = cocreate(function(a,b) printh(&quot;co1&quot;,a,b) local r = f(a+1) printh(&quot;co2&quot;, r) local r,s = yield(a+b,a-b) printh(&quot;co3&quot;,r,s) return b, &quot;end&quot; end) printh(&quot;m1&quot;,coresume(co,1,10)) printh(&quot;m2&quot;,coresume(co,&quot;r&quot;)) printh(&quot;m3&quot;,coresume(co,&quot;x&quot;,&quot;y&quot;)) printh(&quot;m4&quot;,coresume(co,&quot;x&quot;,&quot;y&quot;)) </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> https://www.lexaloffle.com/bbs/?tid=28336 https://www.lexaloffle.com/bbs/?tid=28336 Wed, 28 Dec 2016 12:05:03 UTC