shell C C++ rust lisp perl 中转义字符和关键字
- Shell中的转义字符:
- \n:换行符
- \t:制表符
- \r:回车符
- \:反斜杠
- ":双引号
- ':单引号
Shell中的关键字:
- if
- then
- else
- fi
- case
- esac
- for
- do
- done
- while
- until
- function
- C语言中的转义字符:
- \n:换行符
- \t:制表符
- \r:回车符
- \:反斜杠
- ":双引号
- ':单引号
C语言中的关键字:
- auto
- break
- case
- char
- const
- continue
- default
- do
- double
- else
- enum
- extern
- float
- for
- goto
- if
- int
- long
- register
- return
- short
- signed
- sizeof
- static
- struct
- switch
- typedef
- union
- unsigned
- void
- volatile
- while
- C++语言中的转义字符:
- \n:换行符
- \t:制表符
- \r:回车符
- \:反斜杠
- ":双引号
- ':单引号
C++语言中的关键字:
- asm
- auto
- bool
- break
- case
- catch
- char
- class
- const
- const_cast
- continue
- default
- delete
- do
- double
- dynamic_cast
- else
- enum
- explicit
- export
- extern
- false
- float
- for
- friend
- goto
- if
- inline
- int
- long
- mutable
- namespace
- new
- operator
- private
- protected
- public
- register
- reinterpret_cast
- return
- short
- signed
- sizeof
- static
- static_cast
- struct
- switch
- template
- this
- throw
- true
- try
- typedef
- typeid
- typename
- union
- unsigned
- using
- virtual
- void
- volatile
- wchar_t
- while
- Rust语言中的转义字符:
- \n:换行符
- \t:制表符
- \r:回车符
- \:反斜杠
- ":双引号
- ':单引号
Rust语言中的关键字:
- as
- async
- await
- break
- const
- continue
- crate
- dyn
- else
- enum
- extern
- false
- fn
- for
- if
- impl
- in
- let
- loop
- match
- mod
- move
- mut
- pub
- ref
- return
- self
- static
- struct
- super
- trait
- true
- type
- unsafe
- use
- where
- while
- yield
- Lisp语言中的转义字符:
- \n:换行符
- \t:制表符
- \r:回车符
- \:反斜杠
- ":双引号
- ':单引号
Lisp语言中的关键字:
- defun
- if
- cond
- let
- lambda
- setq
- quote
- progn
- loop
- do
- return
- Perl语言中的转义字符:
- \n:换行符
- \t:制表符
- \r:回车符
- \:反斜杠
- ":双引号
- ':单引号
Perl语言中的关键字:
- if
- else
- elsif
- unless
- while
- for
- foreach
- do
- until
- switch
- given
- when
- default
- continue
- last
- next
- redo
- goto
- sub
- package
- use
- require
- bless
- tie
- untie
- open
- close
- read
- write
- chomp
- chop
- split
- join
- grep
- map
- sort
- reverse
- keys
- values
- exists
- defined
- ref
- bless
- ti
原文地址: http://www.cveoy.top/t/topic/eb9s 著作权归作者所有。请勿转载和采集!