Skip to content

Commit

Permalink
fix: sequence.av example
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Feb 27, 2024
1 parent 44feeb1 commit bd20856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/sequence.av
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ for x in new_range {
print(x);
print(", ");
}
println()
println();

let new_map = map(m, lambda(e) -> e.value = e.value + 100; return e; end);
println("new map is: " + new_map + ", and type is: "+ type(new_map));

Expand Down

0 comments on commit bd20856

Please sign in to comment.