Still grinding incrementally forward, through barbed wire entanglements.

Morale fading.
This commit is contained in:
Simon Brooke 2026-05-03 17:26:53 +01:00
parent ab0ea09bd4
commit 92490ebd5f
9 changed files with 104 additions and 48 deletions

View file

@ -28,4 +28,6 @@ struct pso_pointer or( struct pso_pointer frame_pointer );
bool c_nilp( struct pso_pointer p );
bool c_truep( struct pso_pointer p );
#define truthy(p)(!c_nilp(p))
#endif