代码搜索:idel
找到约 314 项符合「idel」的源代码
代码结果 314
www.eeworm.com/read/125133/6032807
idel hotpo-test.idel
def 0 1 main 10 \ This was 60000 before.
longest { L -- L u. ' ' emit L hotpo-period u. } '\n' emit 0 ;
#include "udot.idel"
#include "hotpo.idel"
www.eeworm.com/read/125133/6032815
idel save2.idel
def 0 1 main flooey u. ' ' emit u. '\n' emit 0 ;
def 0 2 flooey 42 gooey ;
def 0 1 gooey save ;
#include "udot.idel"
www.eeworm.com/read/125133/6032817
idel blow-stack.idel
def 0 1 main 42 137 stacking 0 ;
def 2 0 stacking { x y -- y x y x stacking stacking } ;
www.eeworm.com/read/125133/6032821
idel save1.idel
def 0 1 main 2 fib save u. ' ' emit u. '\n' emit 0 ;
#include "udot.idel"
#include "fib.idel"
www.eeworm.com/read/125133/6032833
idel big-token.idel
string: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
www.eeworm.com/read/125133/6032849
idel rev-test.idel
#define vsize 20
bss-data: v 80
def 0 1 main
vsize iota
show
vsize 1 + loop
show
v @ u. '\n' emit
0 ;
#include "udot.idel"
#include "rev.idel"
def 0 0 show 0 showing '\n' emit ;
d
www.eeworm.com/read/125133/6032852
idel fib-test.idel
def 0 1 main 20 fib u. '\n' emit 0 ;
#include "udot.idel"
#include "fib.idel"