phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0
This commit is contained in:
11
local_tests/test_stdlib_file.hako
Normal file
11
local_tests/test_stdlib_file.hako
Normal file
@ -0,0 +1,11 @@
|
||||
// Test stdlib file registration
|
||||
using nyashstd
|
||||
|
||||
// Check available static boxes
|
||||
console.log("Testing stdlib file registration...")
|
||||
|
||||
// Try to access console (should work)
|
||||
console.log("✅ console.log works!")
|
||||
|
||||
// Check if file is available
|
||||
// For now, just try to verify what's available
|
||||
Reference in New Issue
Block a user