aboutsummaryrefslogtreecommitdiff
path: root/source/primitives/conditional.d
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-04-15 14:02:50 +0200
committerAdrian Kummerlaender2017-04-15 14:02:50 +0200
commit47611c4938363346be414b1cf00a63b438e043c4 (patch)
treea08a727821c074d513a95e192ad3b43fcdfa4405 /source/primitives/conditional.d
parent5ca4d7acb5545050a731b0adc2e39b3ed65b7fc9 (diff)
downloadslang-47611c4938363346be414b1cf00a63b438e043c4.tar
slang-47611c4938363346be414b1cf00a63b438e043c4.tar.gz
slang-47611c4938363346be414b1cf00a63b438e043c4.tar.bz2
slang-47611c4938363346be414b1cf00a63b438e043c4.tar.lz
slang-47611c4938363346be414b1cf00a63b438e043c4.tar.xz
slang-47611c4938363346be414b1cf00a63b438e043c4.tar.zst
slang-47611c4938363346be414b1cf00a63b438e043c4.zip
Perform custom word definition at the same level as conditional primitives
Diffstat (limited to 'source/primitives/conditional.d')
-rw-r--r--source/primitives/conditional.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/primitives/conditional.d b/source/primitives/conditional.d
index 08c0f52..e5ba591 100644
--- a/source/primitives/conditional.d
+++ b/source/primitives/conditional.d
@@ -16,7 +16,7 @@ void capture(Token token) {
}
}
-bool drop(Token token) {
+bool handle(Token token) {
if ( concluded && buffer.isNull ) {
return false;
}