Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 331 Bytes

File metadata and controls

26 lines (18 loc) · 331 Bytes
sidebar_position draft
0
true

import ScopeExample from '../../src/components/ScopeExample'

Playground

Used for testing bugs etc.

# x = 2 + 3
y = 2 + 3
print(y)
square(3)