Files
hakorune/local_tests/test_stdlib_file.hako

11 lines
288 B
Plaintext

// 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