From 7622f62935bacc8d040b0aa7fc118bc0b920f00a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2024 12:57:49 -0400 Subject: More file comments --- builtins/array.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'builtins/array.h') diff --git a/builtins/array.h b/builtins/array.h index c2c0b8b6..209a72e2 100644 --- a/builtins/array.h +++ b/builtins/array.h @@ -1,4 +1,7 @@ #pragma once + +// Functions that operate on arrays + #include #include -- cgit v1.2.3