Influences from Other Languages
C: The Foundation
Go and Zig: Resource Management
file: *FILE = fopen("example.txt" "r")
defer fclose(file)
% File is automatically closed at the end of the scopeTypeScript: Module System
Additional Influences
Last updated