02 初始化字串

您可以初始化字符串用“S”的“字。 

你有沒有看到這一個,但我們會更深入稍後討論。

 If you want the string to contain your first name use this construction:

如果你想在字符串包含你的第一個名稱中使用這樣的結構:

: place over over >r >r char+ swap chars cmove r> r> c! ;

create name 16 chars allot

s" Hello! " name place

The word ”PLACE”, which is a common word1, copies the contents of a string constant into a stringvariable.

這個“地方”,這是一種常見的字1,拷貝一個字符串常量到一個字符串變量的內容。

If you still don’t understand it yet, don’t worry. 

如果你還是不明白這些事,不用擔心。 

As long as you use this construction, you’ll get what you want. 

只要你使用這種結構,你會得到 你想要什麼。

Just remember that assigning a string constant to a string that is too short will result in an error or even worse, corrupt other strings.

只要記住,分配一個字符串常量字符串太短會導致錯誤,甚至更糟的是,腐敗的其他字符串。