Closed Brahvim closed 1 year ago
On the page for the word data type, the example snippets use the names var and val, which becomes confusing. My suggestion is to replace var with word_var and val with value.
word
var
val
word_var
value
Fixed in the aforementioned pull-request! I didn't do exactly what I suggested in the issue description, but it looks fine to me!
On the page for the
word
data type, the example snippets use the namesvar
andval
, which becomes confusing. My suggestion is to replacevar
withword_var
andval
withvalue
.