Product(s) | Karo.Net Compiler |
---|
A return statement (that starts with !
) cannot simultaneously be a pipe statement or a variable declaration.
!10 -> io:out(); // ^^ Pipe operator statement cannot be combined with a return statement.
Split up the two statements.