7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
|
|
---
|
||
|
|
source: kcl-lib/src/simulation_tests.rs
|
||
|
|
description: Result of unparsing var_ref_in_own_def.kcl
|
||
|
|
---
|
||
|
|
// This won't work, because `x` is being referenced in its own definition.
|
||
|
|
x = cos(x)
|