Table of Contents

Return value of statement is unused (AJTERR10046)

Product(s) Karo.NET Compiler

Description

This warning is emitted when the generated value of a statement is unused.

io:in(); /*
^^^^^^^ Value generated by calling io:in() is unused */

How can I resolve this error?

Not specified