Sequential
Contract
f <- first() -- first line
second(f) -- second line Sequential operations
call arrow
-- Call a function
foo()
-- Call a function that returns smth, assign results to a variable
x <- foo()
-- Call an ability function
y <- Peer.identify()
-- Pass an argument
z <- Op.identity(y)on
Last updated
Was this helpful?