mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
16 lines
394 B
Plaintext
16 lines
394 B
Plaintext
---input---
|
|
f"{math.pi=!f:.2f}"
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'math' Name
|
|
'.' Operator
|
|
'pi' Name
|
|
'=!f:' Literal.String.Interpol
|
|
'.2f' Literal.String.Double
|
|
'}' Literal.String.Interpol
|
|
'"' Literal.String.Double
|
|
'\n' Text.Whitespace
|