mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Correct demo.odin
This commit is contained in:
@@ -2422,39 +2422,39 @@ matrix_type :: proc() {
|
||||
|
||||
main :: proc() {
|
||||
when true {
|
||||
// the_basics()
|
||||
// control_flow()
|
||||
// named_proc_return_parameters()
|
||||
// explicit_procedure_overloading()
|
||||
// struct_type()
|
||||
// union_type()
|
||||
// using_statement()
|
||||
// implicit_context_system()
|
||||
// parametric_polymorphism()
|
||||
// array_programming()
|
||||
// map_type()
|
||||
// implicit_selector_expression()
|
||||
// partial_switch()
|
||||
// cstring_example()
|
||||
// bit_set_type()
|
||||
// deferred_procedure_associations()
|
||||
// reflection()
|
||||
// quaternions()
|
||||
// unroll_for_statement()
|
||||
// where_clauses()
|
||||
// foreign_system()
|
||||
// ranged_fields_for_array_compound_literals()
|
||||
// deprecated_attribute()
|
||||
// range_statements_with_multiple_return_values()
|
||||
// threading_example()
|
||||
// soa_struct_layout()
|
||||
// constant_literal_expressions()
|
||||
// union_maybe()
|
||||
// explicit_context_definition()
|
||||
// relative_data_types()
|
||||
// or_else_operator()
|
||||
// or_return_operator()
|
||||
// arbitrary_precision_maths()
|
||||
the_basics()
|
||||
control_flow()
|
||||
named_proc_return_parameters()
|
||||
explicit_procedure_overloading()
|
||||
struct_type()
|
||||
union_type()
|
||||
using_statement()
|
||||
implicit_context_system()
|
||||
parametric_polymorphism()
|
||||
array_programming()
|
||||
map_type()
|
||||
implicit_selector_expression()
|
||||
partial_switch()
|
||||
cstring_example()
|
||||
bit_set_type()
|
||||
deferred_procedure_associations()
|
||||
reflection()
|
||||
quaternions()
|
||||
unroll_for_statement()
|
||||
where_clauses()
|
||||
foreign_system()
|
||||
ranged_fields_for_array_compound_literals()
|
||||
deprecated_attribute()
|
||||
range_statements_with_multiple_return_values()
|
||||
threading_example()
|
||||
soa_struct_layout()
|
||||
constant_literal_expressions()
|
||||
union_maybe()
|
||||
explicit_context_definition()
|
||||
relative_data_types()
|
||||
or_else_operator()
|
||||
or_return_operator()
|
||||
arbitrary_precision_maths()
|
||||
matrix_type()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user