Skip to content

Commit acaf81b

Browse files
committed
Remove content
1 parent ca21a84 commit acaf81b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs-intro/quick-start.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,6 @@ base * 2`}
122122
lighten(color, 20)`}
123123
</TokenScriptCodeBlock>
124124

125-
<TokenScriptCodeBlock mode="script">
126-
{`variable nums: List = 1, 2, 3, 4, 5;
127-
sum(nums)`}
128-
</TokenScriptCodeBlock>
129-
130-
Type `exit` when you're done.
131-
132-
:::tip REPL Pro Tip
133-
Use `set_variables` to define reusable references:
134-
135-
<TokenScriptCodeBlock mode="script">
136-
{`variable spacing_base: NumberWithUnit = 8px;
137-
spacing_base * 3`}
138-
</TokenScriptCodeBlock>
139-
:::
140-
141-
---
142125

143126
## Step 4: Write Your First Script
144127

0 commit comments

Comments
 (0)