LIST_TO_SIZE
Content copied to clipboard
1 - Convert a list into a literal phrase that yields an integer representing the size of the original list.
Functions
Link copied to clipboard
open override fun convert( compilationContext: CompilationContext, lexingState: LexingState, input: A_Phrase, continuation: (A_Phrase) -> Unit, onProblem: (Throwable) -> Unit)
Content copied to clipboard
Convert an input AvailObject into an output AvailObject, using the specific conversion rule's implementation.