Skip to content

Commit

Permalink
update vector example
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Dec 11, 2024
1 parent 75fd283 commit aab1ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/vector.cal
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ vec_info
"=== vec_insert 1, 5" printstr new_line
5 1 &vec vec_insert
vec_info

"=== to_vec [1, 2, 3, 4, 5]" printstr new_line
&vec free_vec
[cell 1 2 3 4 5] &vec to_vec
vec_info
2 changes: 1 addition & 1 deletion std
Submodule std updated 1 files
+18 −0 std/vector.cal

0 comments on commit aab1ce7

Please sign in to comment.