Skip to content

Commit cc89e1c

Browse files
committed
#17 Remove "math:is2" from IO
1 parent f699acf commit cc89e1c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cls/DeclarativeCOS.IO.cls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,5 @@ ClassMethod println(value As %Library.DataType)
1313
w value, !
1414
}
1515

16-
/// @Declarative("math:is2")
17-
ClassMethod is2(value As %Numeric)
18-
{
19-
return value # 2 = 0
20-
}
21-
2216
}
2317

0 commit comments

Comments
 (0)