Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions document/core/appendix/algorithm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,6 @@ However, these variables are not manipulated directly by the main checking funct
error_if(not matches_val(actual, expect))
return actual

func pop_num() : num_type | Bot =
let actual = pop_val()
error_if(not is_num(actual))
return actual

func pop_ref() : ref_type =
let actual = pop_val()
error_if(not is_ref(actual))
Expand Down
Loading