Skip to content
Snippets Groups Projects
cond01.lus 83 B
Newer Older

node main(c: bool; x,y:int) returns (o: int);
let
Pascal Raymond's avatar
Pascal Raymond committed
	o = condact<<+,0>>(c,x,y);