Quaternion type: Difference between revisions

Content added Content deleted
m (→‎{{header|Ada}}: whitespace)
m (→‎{{header|Tcl}}: Note the requirements)
Line 831: Line 831:


=={{header|Tcl}}==
=={{header|Tcl}}==
{{works with|Tcl|8.6}} or {{libheader|TclOO}}
<lang tcl># Support class that provides C++-like RAII lifetimes
<lang tcl>package require TclOO

# Support class that provides C++-like RAII lifetimes
oo::class create RAII-support {
oo::class create RAII-support {
constructor {} {
constructor {} {