Is_End_Program

open fun Is_End_Program(Test_Token: Short): Boolean

Test if a token is an end of program — which is either the stop token or begin of another program

Return

true if Test_Token in P0..P9 or Stop

Parameters

Test_Token

Token to test