Skip to content

Commit

Permalink
[builtins/control.pir] implement time()
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Berends committed Feb 9, 2010
1 parent c5dda73 commit 98b4632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/builtins/control.pir
Expand Up @@ -204,6 +204,10 @@ src/builtins/control.pir - control flow related functions
.return (value)
.end

.sub '&time'
$N0 = time
.return ($N0)
.end

=back

Expand Down

0 comments on commit 98b4632

Please sign in to comment.