view wisdom/raii @ 12126:da23f60cf8d3 draft

<fizzie> ` for d in + -; do sed -i -e \'s|tee karma|tee ${HACKENV-/hackenv}/karma|\' /hackenv/bin/karma$d; done
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 00:56:12 +0000
parents bfd7a53531df
children
line wrap: on
line source

RAII means you deallocate in the destructor. There is no 'initializer' involved.