update a code fence style in the docs
FossilOrigin-Name: 9bf68a0e56de60dda869c69940e4dc48a26eefd4bdce9829a96e80dc65086423
This commit is contained in:
parent
243c5d92fb
commit
5c5ccdff5e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ This now brings up an interesting subpoint. Retro provides a *hyper-
|
||||||
static global environment.* This can be difficult to explain, so let's
|
static global environment.* This can be difficult to explain, so let's
|
||||||
take a quick look at how it works:
|
take a quick look at how it works:
|
||||||
|
|
||||||
````
|
~~~
|
||||||
#1000 'a var<n>
|
#1000 'a var<n>
|
||||||
:scale (x-y) @a * ;
|
:scale (x-y) @a * ;
|
||||||
#3 scale putn
|
#3 scale putn
|
||||||
|
@ -17,7 +17,7 @@ take a quick look at how it works:
|
||||||
>>> 300
|
>>> 300
|
||||||
@a putn
|
@a putn
|
||||||
>>> 5
|
>>> 5
|
||||||
````
|
~~~
|
||||||
|
|
||||||
Output is marked with **\>\>\>**.
|
Output is marked with **\>\>\>**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue