Nasal library: Difference between revisions

m
→‎print(): https://sourceforge.net/p/flightgear/mailman/message/37042224/
(vecindex() details)
m (→‎print(): https://sourceforge.net/p/flightgear/mailman/message/37042224/)
Line 2,086: Line 2,086:


=== print() ===
=== print() ===
{{Note|As of 07/2020, we are in the process of slowly deprecating and removing Nasal print() (in fgdata) where possible in favor of log [[#logprint()]] which takes a priority level.
This is part of the goal that we achieve zero output at log-level at alert, and everything shown at ‘warn; is really a warning, not just information.<ref>https://sourceforge.net/p/flightgear/mailman/message/37042224/</ref>}}
{{Nasal doc
{{Nasal doc
|syntax = print(data[, data[, ...]]);
|syntax = print(data[, data[, ...]]);