Jump to content

Quaternion type: Difference between revisions

m
→‎{{header|Tcl}}: Note the requirements
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 {} {
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.