Skip to content

学习 V 语言的笔记,对 V 语言官方文档进行中文翻译。

License

Notifications You must be signed in to change notification settings

candyknife/learning-road-to-v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-road-to-v

介绍 Introduction

记录学习 Vlang 的过程,主要内容为对 Vlang 的官方文档进行翻译,并按自己的理解进行组织。

🔗 The V Programming Language

🔗 GitHub: vlang/v

🔗 V Documentation

目录 Contents

  • Chap 1. 第一个 V 程序
    • 1.1 介绍与编程环境 #001
    • 1.2 HelloWorld #002
    • 1.3 模块导入 #009
  • Chap 2. 基础数据类型
    • 2.1 变量 #003
    • 2.2 整型与浮点型 #004
    • 2.3 字符串 #005
    • 2.4 数组 #006
    • 2.5 数组方法 #007
    • 2.6 哈希表 #008
  • Chap 3. 重要语句
    • 3.1 流程控制语句 #010
    • 3.2 其他重要语句 #011
    • 3.3 内置打印函数 #012
  • Chap 4. 构建模块
    • 4.1 结构体 #013
    • 4.2 函数进阶 #014
    • 4.3 常量 #015
    • 4.4 模块 #016

About

学习 V 语言的笔记,对 V 语言官方文档进行中文翻译。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published