Price list behind API: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
Line 826: Line 826:
{{libheader|Wren-math}}
{{libheader|Wren-math}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "random" for Random
<syntaxhighlight lang="wren">import "random" for Random
import "/math" for Nums
import "./math" for Nums
import "/fmt" for Fmt
import "./fmt" for Fmt


var rand = Random.new()
var rand = Random.new()