algorithmic modeling for Rhino
You can use triple quotation marks, like so:
"""
for i in range(10):
print i
"""
or triple ticks, like so:
'''
for i in range(10):
print i
'''
Note that this is technically not commenting, but multi-line strings.
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by