mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-08 14:37:29 +00:00
lots of small changes
This commit is contained in:
@@ -74,7 +74,7 @@ proc propertyBind*[T](p1: var TProperty[T], p2: var TProperty[T]) =
|
||||
proc `->`[T](p1: var TProperty[T], p2: var TProperty[T]) =
|
||||
propertyBind(p2,p1)
|
||||
|
||||
when isMainModule:
|
||||
when true:
|
||||
# Initial value testing
|
||||
var myProp = newProperty(5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user