# fox **Repository Path**: vteipjuq/fox ## Basic Information - **Project Name**: fox - **Description**: No description available - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-02-08 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fox #### 介绍 Fox(狐狸):一种脚本编程语言,灵活、功能丰富。用go开发 初始化项目 go mod init fox 创建一个新的Go模块,并初始化项目 go mod tidy 编译为exe文件:go build go build -o my_program.exe main.go //获取变量类型 fmt.Printf("%T", latestCtimes) //输出字符 fmt.Printf("字符:%c", latestCtimes) 版本更新说明: 0.0.1 123; let num=123.4; let name="hello world"; if (a > b) { }