view wisdom/raii @ 12352:cf652da78b89 draft

<wib_jonas> `` perl -pi -e \'s/print (.*)/print($1)/\' /hackenv/bin/password
author HackEso <hackeso@esolangs.org>
date Wed, 04 Nov 2020 14:37:41 +0000
parents bfd7a53531df
children
line wrap: on
line source

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