Repository URL to install this package:
|
Version:
2.13.0 ▾
|
---input---
val (a, b) =
---tokens---
'val' Keyword.Declaration
' ' Text.Whitespace
'(' Punctuation
'a' Name.Variable
',' Punctuation
' ' Text.Whitespace
'b' Name.Variable
')' Punctuation
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'\n' Text.Whitespace