source-academy / go-slang

Implementation of Go
Apache License 2.0
0 stars 1 forks source link

"range" function not working #18

Open chengda300 opened 2 months ago

chengda300 commented 2 months ago

Range refers to the function where range(x) = [0, 1, ..., x - 1] It is mostly used in loops.