Skip to content

Commit

Permalink
time operator order added parens
Browse files Browse the repository at this point in the history
  • Loading branch information
vTempo committed Oct 28, 2023
1 parent 4106f43 commit bc6497a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/examples/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ export function getExampleGalleries(locales: Locales): Gallery[] {
'Amplitude',
'Garden',
'Letters',
'Size',
'Poem',
'Questions',
'RainingKitties',
'RotatingBinary',
'FontMachine',
'Pumpkin',
'Size',
]
),
createGallery(
Expand Down
4 changes: 2 additions & 2 deletions static/examples/Size.wp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Size
=== start/en
word/en,字/zh: (Button() ? 💬("BIG"/en"大"/zh size: 5m) 💬("small"/en"小"/zh size: 1m))
time/en,時間/zh: Time(1234ms) ÷ 1ms · 1°
word/en, 字/zh: (Button() ? Phrase("BIG"/en"大"/zh size: 5m) Phrase("small"/en"小"/zh size: 1m))
time/en,時間/zh: ((Time(1234ms)) ÷ 1ms) · 1°

Stage([word] place: Place(0m 0m -5m) background: Color(80% 28 time))

0 comments on commit bc6497a

Please sign in to comment.