Scanner.HasNext Method

R3_Language

ScannerHasNext Method
Checks if there is more processable input. Ignores whitespace.

Namespace:  R3_Language
Assembly:  R3_Language (in R3_Language.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool HasNext()
Public Function HasNext As Boolean
public:
bool HasNext()
member HasNext : unit -> bool 

Return Value

Type: Boolean
bool for if there is processable char in scanner
See Also