Search
 
SCRIPT & CODE EXAMPLE
 

RUST

rust comment

fn main() {
	// It's a simple comment
    println!("Hello, world!");
    
    println!("Condemned Crab comment"); // Comments in rust are with two slashes.
}
Comment

rust comments

// Use two '//'
Comment

PREVIOUS NEXT
Code Example
Rust :: rust `cfg` which is always true / false 
Rust :: armanriazi•rust•error•E0502•cannot borrow `s` as mutable because it is also borrowed as immutable 
Rust :: rust iterate over split 
Rust :: rust fill vector with range 
Rust :: rust•armanriazi•test•mock 
Rust :: gentoo rust stdlib 
Rust :: rust what does the double colon mean? 
Rust :: armanriazi•rust•smartpointer•deref•coercion 
Rust :: armanriazi•rust•error•[E0368]: binary assignment operation `+=` cannot be applied to type `T` 
Rust :: search in dir rust 
Rust :: armanriazi•rust•error•already borrowed: BorrowMutError 
Rust :: rust empty vector 
Lua :: lua 
Lua :: luau region3 
Lua :: how to stop a renderstepped loop in lua 
Lua :: how to detect if part had children roblox 
Lua :: roblox studio color randomizer 
Lua :: roblox rotate model 
Lua :: glua varargs 
Lua :: how to print in lua 
Lua :: how to split strings into 2 string by space lua 
Lua :: while loop in lua 
Lua :: Lua how to get the index of a nested table 
Lua :: lua coding lines to test with 
Lua :: roblox part touched 
Matlab :: matlab number to string 
Matlab :: alternative from two vectors matlab 
Basic :: theme leaf concatenate 
Elixir :: for loop in elixir 
Elixir :: elixir check is nil 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =