mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
5 lines
152 B
ObjectPascal
5 lines
152 B
ObjectPascal
include stdlib
|
|
info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
|
|
info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))
|
|
|