Skip to content

Commit

Permalink
Add fallback to external function
Browse files Browse the repository at this point in the history
  • Loading branch information
71e6fd52 committed Jun 5, 2022
1 parent 69fbe20 commit 6a0dc1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extern_function.ink
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@ EXTERNAL console_log(x)
EXTERNAL obtained_ending(name)
EXTERNAL new_ending(name)
EXTERNAL clear_ending()

=== function obtained_ending(name) ===
~ return false

=== function new_ending(name) ===
~ return

=== function clear_ending() ===
~ return

=== function console_log(x) ===
~ return

0 comments on commit 6a0dc1c

Please sign in to comment.