Quaternion type: Difference between revisions

Content deleted Content added
m →‎{{header|Ada}}: whitespace
m →‎{{header|Tcl}}: Note the requirements
Line 831:
 
=={{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
 
<lang tcl># Support class that provides C++-like RAII lifetimes
oo::class create RAII-support {
constructor {} {