Search references for INTEGER LITERAL. Phrases containing INTEGER LITERAL
See searches and references containing INTEGER LITERAL!INTEGER LITERAL
Notation for representing an integer in source code
In computer science, an integer literal is a kind of literal for an integer whose value is directly represented in source code. For example, in the assignment
Integer_literal
Datum of integral data type
grouping. Examples of integer literals are: 42 10000 -233000 There are several alternate methods for writing integer literals in many programming languages:
Integer_(computer_science)
Efficient variable-length integer encoding
large integers in a small number of bytes. LEB128 is used in the DWARF debug file format and the WebAssembly binary encoding for all integer literals. LEB128
LEB128
Notation for representing a fixed value in source code
like "a string of digits" for an integer literal. Some literals are specific keywords, like true for the Boolean literal "true". In some object-oriented
Literal (computer programming)
Literal_(computer_programming)
Computer science concept
compiler uses separate rules that allow "integer-literal + integer-literal" but not "string-literal + integer-literal", though it is more likely that the compiler
Syntax_error
64-bit RISC instruction set architecture
unique locations, the 32 integer registers. The integer literal format is used by integer instructions which use a literal as one of the operands. The
DEC_Alpha
Type of literal in programming
an integer value for a code point, such as an ASCII code value or a Unicode code point. This may be done directly via converting an integer literal to
Character_literal
Delimited series of characters that represent a string in code
string literal or anonymous string is a literal for a string value in source code. Commonly, a programming language includes a string literal code construct
String_literal
C programming language standard, current revision
earlier established 0x and 0X hexadecimal prefixes. Add wb and uwb integer literal suffixes for _BitInt(N) and unsigned _BitInt(N) types, such as 6uwb
C23_(C_standard_revision)
Formal grammar defining the syntax of tokens
Integer literal: [0-9]+ Decimal integer literal (no leading zero): [1-9][0-9]*|0 Hexadecimal integer literal: 0[Xx][0-9A-Fa-f]+ Octal integer literal:
Lexical_grammar
2011 edition of the C++ programming language standard
cooked literal, it is the integer 1234. The C++ literal 0xA in raw form is '0', 'x', 'A', while in cooked form it is the integer 10. Literals can be extended
C++11
C programming language standard draft planned for release in 2029
Each time used, the preprocessor expands it into a unique sequential integer literal, starting from 0 and increments by 1 every time it is expanded. Though
C29_(C_standard_revision)
Scripting language created in 1994
todo:php81". wiki.php.net. Retrieved 2022-06-16. "PHP RFC: Explicit octal integer literal notation". wiki.php.net. Retrieved 2020-11-25. "PHP RFC: Enumerations"
PHP
Conversion of character sequences into token sequences in computer science
type alone contains all the information needed. Evaluators processing integer literals may pass the string on as is (deferring evaluation to the semantic
Lexical_analysis
2014 edition of the C++ programming language standard
arbitrarily as a digit separator in numeric literals, both integer literals and floating point literals. This can make it easier for human readers to
C++14
General-purpose programming language
default, integer literals default to i32 as its type. Suffixes such as 4u32 can be used to explicitly set the type of a literal. Byte literals such as
Rust_(programming_language)
Base-8 numeral representation
Python 3: https://docs.python.org/3.1/reference/lexical_analysis.html#integer-literals Archived 2014-03-20 at the Wayback Machine Perl 6: http://perlcabal
Octal
Value indicating that a referenced dataset is invalid or doesn't exist
undesired behavior. In C++, while the NULL macro was inherited from C, the integer literal for zero has been traditionally preferred to represent a null pointer
Null_pointer
Topics referred to by the same term
prefix used in some programming languages to denote octal (base 8) integer literals O0 (disambiguation) 00 (disambiguation) OO (disambiguation) This disambiguation
0O
Symbol affixed to a variable name
and suffixes can be applied to literals, notably integer literals and string literals, specifying either how the literal should be evaluated, or what data
Sigil_(computer_programming)
Property of a numeric data type in computing
or unsigned char, but the choice of which depends on the platform. Integer literals can be made unsigned with U suffix. Compilers often issue a warning
Signedness
Type of compiler optimization
runtime. Terms in constant expressions are typically simple literals, such as the integer literal 2, but they may also be variables whose values are known
Constant_folding
2023 edition of the SQL standard
(T801) Enhanced JSON data type (T802) String-based JSON (T803) Hex integer literals in SQL/JSON path language (T840) SQL/JSON simplified accessor (T860–T864)
SQL:2023
Form of text that defines C code
big-endianness means that bytes in the integer appear in the exact order of characters defined in the literal. The definition by popular "implementations"
C_syntax
General-purpose, object-oriented programming language
@YES; NSNumber *myIntegerNumber = @8; In Xcode versions before 13, unlike string literals, array, dictionary, and number literals were compiled into
Objective-C
File types in Unix-based operating systems
that expand to octal integer literals, and the st_mode field of the stat structure is typically defined as an unsigned integer variable, which normally
Unix_file_types
Basic programming language construct
floating point so the result is floating point even though 12 is an integer literal. JavaScript follows different rules so that the same expression evaluates
Operator (computer programming)
Operator_(computer_programming)
General-purpose functional programming language
provides arbitrary-precision integer arithmetic. Moreover, integer literals may be used as arbitrary-precision integers without the programmer having
Standard_ML
Set of rules defining correctly structured C++ program
that when used, the preprocessor expands it into a unique sequential integer literal, starting from 0 and increments by 1 every time it is expanded) The
C++_syntax
will not be boxed automatically. The expression ((Integer)42).toString() will convert an integer literal to string in Java while 42.ToString() performs the
Comparison of C Sharp and Java
Comparison_of_C_Sharp_and_Java
Set of rules defining correctly structured programs for the Rust programming language
default, integer literals default to i32 as its type. Suffixes such as 4u32 can be used to explicitly set the type of a literal. Byte literals such as
Rust_syntax
Industrial standard for programmable logic controllers
– signed double integer (4 byte) LINT – signed long integer (8 byte) USINT – Unsigned short integer (1 byte) UINT – Unsigned integer (2 byte) UDINT –
IEC_61131-3
1995 edition of the Fortran programming language standard
form of literal constant. The numeric types INTEGER and REAL can only be signed (there is no concept of sign for type COMPLEX). Integer literal constants
Fortran_95_language_features
Data types supported by the C programming language
data elements. The C language provides basic arithmetic types, such as integer and real number types, and syntax to build array and compound types. The
C_data_types
Typographic symbol (#)
Ada, the # character is used in based integer literals, which take the form base#digits#, where base is an integer from 2 to 16 specifying the radix, and
Number_sign
Attribute of data
to use the data. Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real
Data_type
Software design pattern
the Literal class" ^ self new value: aValue; yourself. Literal>>value: aValue "Setter for value" value := aValue. Literal>>putOn: aStream "A Literal object
Visitor_pattern
Rules defining correctly structured Java programs
const goto strictfp Integer literals are of int type by default unless long type is specified by appending L or l suffix to the literal, e.g. 367L. Since
Java_syntax
Lexical token that names a programming language's entities
with a numerical digit (to simplify lexing by avoiding confusing with integer literals) – so foo, foo1, foo_bar, _foo are allowed, but 1foo is not – this
Identifier (computer languages)
Identifier_(computer_languages)
C function to format and output text
for a 64-bit signed integer. Since the macros evaluate to a string literal, and the compiler concatenates adjacent string literals, the expression "%"
Printf
Data having only values "true" or "false"
as integer 1 and FALSE is the same as integer 0. Any non-zero integer is true in conditions. Tableau Software has a BOOLEAN data type. The literal of
Boolean_data_type
List of versions of the Java programming language
Simplified varargs method declaration Binary integer literals Allowing underscores in numeric literals Catching multiple exception types and rethrowing
Java_version_history
General-purpose programming language
integers and floats); e.g., "spam" + "eggs" returns "spameggs". If strings contain numbers, they are concatenated as strings rather than as integers,
Python_(programming_language)
Set of rules defining correctly structured programs
all integers behave like arbitrary-length integers. Python supports normal floating point numbers, which are created when a dot is used in a literal (e
Python_syntax_and_semantics
Number in base-10 numeral system
radix (base). Decimal systems are the global standard for denoting integer and non-integer numbers. The way of denoting numbers in a decimal system is often
Decimal
Method in computer language design
symbols are denoted by lowercase terms, such as identifier or integer, for an integer literal). Most loosely, one may use naming conventions to avoid clashes
Stropping_(syntax)
BASIC interpreter of the Apple I and original Apple II computers
Integer BASIC is a BASIC interpreter written by Steve Wozniak for the Apple I and Apple II computers. Originally available on cassette for the Apple I
Integer_BASIC
Control character with value 0
the length of the string as an integer data type, but this limits the size of the string to the range of the integer (for example, 255 for a byte). For
Null_character
Variable that represents an argument to a function
classes. Consider the following routine definition: sum (a: INTEGER; b: INTEGER): INTEGER do Result := a + b end The routine sum takes two arguments a
Parameter (computer programming)
Parameter_(computer_programming)
While the values are often implemented as integers (or similar types such as bytes) they are assigned literal names and the programming language (and the
Ordinal_data_type
Typographical mark (\)
BASIC dialects) the backslash is used as an operator symbol to indicate integer division. This rounds toward zero. In APL \ is called Expand when used
Backslash
Specification and file format
{somestring} will match the literal value '{somestring}' (which is probably not what was intended). {n1..n2} Matches an integer number between n1 and n2
EditorConfig
Programming language
characters.) J also supports the literal (character) type. Literals are enclosed in quotes, for example, 'a' or 'b'. Lists of literals are also supported using
J_(programming_language)
Information Institute. Retrieved 2023-09-04. Hendrickson, G. L. (1910). ""Integer Vitae"". The Classical Journal. 5 (6): 250–258. ISSN 0009-8353. JSTOR 3286962
List_of_Latin_phrases_(I)
Natural number
806 = 2 × 13 × 31, sphenic number, nontotient, totient sum for first 51 integers, happy number, Phi(51) 807 = 3 × 269, antisigma(42) 808 = 23 × 101, refactorable
800_(number)
Special character sequences in the C programming language
an escape sequence is specially delimited text in a character or string literal that represents one or more other characters to the compiler. It allows
Escape_sequences_in_C
Numeric value with an unclear meaning
In computer programming, a magic number or file signature is a numeric literal in source code that has a special, particular meaning that is less than
Magic_number_(programming)
Functional programming construct
function to get the integer part of Color, we can use a simple tree pattern and write: integerPart (ColorConstructor theInteger _) = theInteger As well: stringPart
Pattern_matching
Marker used in SQL databases to indicate a value does not exist
create unexpected side effects. The NULL literal is untyped in SQL, meaning that it is not designated as an integer, character, or any other specific data
Null_(SQL)
Lossless compression algorithm
using sophisticated dictionary data structures, and produces a stream of literal symbols and phrase references, which is encoded one bit at a time by the
LZMA
Unpredictable result when running a program
// or any number greater than 31 val = 1 << num; // the literal '1' is typed as a 32-bit integer - in this case shifting by more than 31 bits is undefined
Undefined_behavior
Data structure for reusing strings
even primitive types such as integer numbers are objects. To avoid the overhead of constructing a large number of integer objects, these objects get reused
Interning_(computer_science)
Sequence of characters that forms a search pattern
meaning, or a regular character that has a literal meaning. For example, in the regex b., 'b' is a literal character that matches just 'b', while '.'
Regular_expression
Problem of determining if a Boolean formula could be made true
intelligence. A literal is either a variable (in which case it is called a positive literal) or the negation of a variable (called a negative literal). A clause
Boolean satisfiability problem
Boolean_satisfiability_problem
Object-oriented programming language
following literal syntax for ByteArrays: #[1 2 3 4] defines a ByteArray of four integers. And last but not least, blocks (anonymous function literals) [..
Smalltalk
Data-interchange format
include non-numbers such as NaN. The format makes no distinction between integer and floating-point. JavaScript uses IEEE-754 double-precision floating-point
JSON
Type qualifier denoting the data as being read-only
j; } }; void foo(Integer& nonConstInteger, const Integer& constInteger) { int y = nonConstInteger.get(); // OK int x = constInteger.get(); // OK: get()
Const_(computer_programming)
Fast data compression and decompression library written in C++ by Google
00 – Literal – uncompressed data; upper 6 bits are used to store length (len-1) of data. Lengths larger than 60 are stored in a 1-4 byte integer indicated
Snappy_(compression)
Sequence of characters, data type
programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements
String_(computer_science)
Base-16 numeric representation
the prefix 0x indicates that the numeric literal after it is in hex, a character of a string or character literal can be expressed as hex with the prefix
Hexadecimal
Concept in music
include "not only the literal pc complement of that set but also any transposed or inverted-and-transposed form of the literal complement," which may
Complement_(music)
In the following tables, lower case letters such as a and b represent literal values, object/variable names, or l-values, as appropriate. R, S and T
Operators_in_C_and_C++
3rd-century Greek mathematician
use, Diophantine equations are algebraic equations with integer coefficients for which integer solutions are sought. Diophantine geometry and Diophantine
Diophantus
Compact non-XML format for RDF models
No Literals true / false (Boolean) Yes Yes No xsd:decimal (decimal arbitrary length) Yes Yes No xsd:double (decimal double) Yes Yes No xsd:integer (decimal
Notation3
General-purpose programming language
the same memory location User-defined enumeration types support aliasing integer values Lacks a string type but has syntax for null-terminated strings with
C_(programming_language)
Dialect of Microsoft BASIC programming language
the top to reduce the time for calling them. Unlike Integer BASIC, Applesoft does not convert literal numbers (like 100) in the source code to binary when
Applesoft_BASIC
specifying so in a literal or type declaration (e.g., Array(Array(Int32 | Float64)) specifies a two-dimensional array containing 32-bit integers and double-precision
Comparison of programming languages (basic instructions)
Comparison_of_programming_languages_(basic_instructions)
Relational database programming language
indicates the absence of a value, and is distinct from a value of 0 for an integer column or an empty string for a text column. The concept of Nulls enforces
SQL
IEEE standard for floating-point arithmetic
of +0 and −0. CDC 60-bit computers did not have full 60-bit adders, so integer arithmetic was limited to 48 bits of precision from the floating-point
IEEE_754
Programming language
positive integers less than x. 2_ drops the first two elements of the enumeration (0 and 1). x!/: performs modulo division between the original integer and
K_(programming_language)
Form of type polymorphism
common supertype of integers and the reals. In this second case, we only have Integer <: Number and Float <: Number, but Integer and Float are not subtypes
Subtyping
Linguistic device in formal languages
be taken as their value, and everything else should be taken as normal, literal, quoted symbols. Thus, ⌜!(μ)⌝ expresses an exclamation mark followed by
Quasi-quotation
Function definition that is not bound to an identifier
In computer programming, an anonymous function (function literal, lambda function, or block) is a function definition that is not bound to an identifier
Anonymous_function
Computer programming language
between will be ignored */ Squirrel accepts integer numbers, floating point numbers and string literals. squirrel's syntax is similar to C/C++/Java etc
Squirrel (programming language)
Squirrel_(programming_language)
universally recognized. This distinction is that "nought" is primarily used in a literal arithmetic sense, where the number 0 is straightforwardly meant, whereas
Names for the number 0 in English
Names_for_the_number_0_in_English
Set of rules defining correctly structured programs
integers can only safely be stored if the value falls between Number.MIN_SAFE_INTEGER and Number.MAX_SAFE_INTEGER. BigInts instead represent integers
JavaScript_syntax
Data interface description language
FooQuestion ::= SEQUENCE { trackingNumber INTEGER, question IA5String } FooAnswer ::= SEQUENCE { questionNumber INTEGER, answer BOOLEAN } END This could be
ASN.1
Set of data types that represent numbers in a given programming language
fundamental type, so an integer is a rational number and a number, but the converse is not necessarily true, i.e. not every number is an integer. This asymmetry
Numerical_tower
Header file for C programs
assert macro is defined as signed integer, although any expression that can be implicitly cast to a signed integer may be used. In C99, the assert macro
Assert.h
History of the Python programming language
Unifying integer types int and long into one integer type: int. Python 2 int limits integers between -2147483648 and 2147483647 inclusive. Any integers outside
History_of_Python
Identifier for a file type
correct. Taking the avc1 example from above: although the literal 'avc1' already converts to the integer value 0x61766331, a little-endian machine would have
FourCC
Common Lisp function that produces formatted text
to left-pad a binary representation of the integer number 5 to at least eight digits with zeros, the literal solution is as follows: (format t "~8,'0b"
Format_(Common_Lisp)
Lightweight programming language
as Boolean values, numbers (double-precision floating point and 64-bit integers by default) and strings. Typical data structures such as arrays, sets,
Lua
High-level programming language
and assigns a number literal (the value // `2`) to it. let myNumber = 2; // Reassigns `myNumber`, setting it to a string literal (the value `"foo"`).
JavaScript
Named container for a particular type of data
variable is allowed to have. Variables often store simple data, like integers and literal strings, but some programming languages allow a variable to store
Variable (high-level programming language)
Variable_(high-level_programming_language)
Alternative decimal expansion of 1
x = 9.999 … by multiplying by 10 10 x = 9 + 0.999 … by splitting off integer part 10 x = 9 + x by definition of x 9 x = 9 by subtracting x x = 1 by
0.999...
Computer approximation for real numbers
signed sequence of a fixed number of digits in some base) multiplied by an integer power of that base. Numbers of this form are called floating-point numbers
Floating-point_arithmetic
Hardware description language
these sizes are inferred from the 'type' of the variable (for instance an integer type may be 32 bits). A Verilog design consists of a hierarchy of modules
Verilog
words refer to literal values used by the language. true A boolean literal value. false A boolean literal value. null A reference literal value. Java syntax
List_of_Java_keywords
Executable Java file format
types: u1: an unsigned 8-bit integer u2: an unsigned 16-bit integer in big-endian byte order u4: an unsigned 32-bit integer in big-endian byte order table:
Java_class_file
INTEGER LITERAL
INTEGER LITERAL
Surname or Lastname
English
English : nickname for a noisy person, from Middle English lude ‘loud’ (Old English hlūd), perhaps in part preserving the Old English byname Hlūda that Ekwall postulates to explain the place names Loudham (Suffolk) and Lowdham (Nottinghamshire).English : topographic name for someone who lived by a roaring stream, Old English hlūde or hl̄de literally ‘the loud one’, or a habitational name from any of the places named from hl̄de, for example Lyde in Herefordshire and Somerset.English : variant of Louth.
Boy/Male
Norse
Son's army.
Surname or Lastname
English
English : habitational name from any of the various places so called. The majority, with examples in at least fourteen counties, get the name from Old English hÅh ‘ridge’, ‘spur’ (literally ‘heel’) + tÅ«n ‘enclosure’, ‘settlement’. Haughton in Nottinghamshire also has this origin, and may have contributed to the surname. A smaller group of Houghtons, with examples in Lancashire and South Yorkshire, have as their first element Old English halh ‘nook’, ‘recess’. In the case of isolated examples in Devon and East Yorkshire, the first elements appear to be unattested Old English personal names or bynames, of which the forms approximate to Huhha and Hofa respectively, but the meanings are unknown.
Boy/Male
German, Norse, Swedish
Guarded by Ing; Ing's Beauty
Surname or Lastname
English
English : habitational name from Mackley in Derbyshire, which may have been named in Old English as ‘Macca’s forest’, from an unattested personal name + lēah ‘woodland clearing’, ‘glade’.Scottish : Anglicized form of Gaelic Mac Donnshleibhe ‘son of Donnshleibhe’, a personal name literally meaning ‘brown hill’.Probably also an Americanized form of German Mä(g)gli (see Magley).
Female
Swedish
Swedish contracted form of Scandinavian Ingegerd, INGER means "Ing's enclosure."
Surname or Lastname
English
English : in all probability an English variant of Scottish Lachlan (see McLachlan), altered through folk etymology. However, Black cites one John sine terra (c. 1180–1214), suggesting that the surname could have arisen quite literally as a nickname for a man with no land.
Surname or Lastname
English and French
English and French : nickname (literal or ironic) meaning ‘generous’, from Middle English, Old French large ‘generous’, ‘free’ (Latin largus ‘abundant’). The English word came to acquire its modern sense only gradually during the Middle Ages; it is used to mean ‘ample in quantity’ in the 13th century, and the sense ‘broad’ first occurs in the 14th. This use is probably too late for the surname to have originated as a nickname for a fat man.
Girl/Female
Scandinavian Teutonic Danish Swedish
Ing's abundance. Feminine of Ing who was Norse mythological god of the earth's fertility.
Surname or Lastname
English (Lancashire)
English (Lancashire) : variant spelling of Mayer 1.Spanish and Jewish (Sephardic) : nickname for an older man or a distinguishing epithet for the elder of two bearers of the same personal name, from Spanish mayor ‘older’ (Latin maior (natus), literally ‘greater (by birth)’).Spanish and Jewish (Sephardic) : occupational or status name, from major ‘governor’, ‘chief’.Catalan : variant spelling of Major.Jewish (Ashkenazic) : variant of Meyer 2.
Boy/Male
Muslim
To wait
Surname or Lastname
English
English : habitational name from Hougham, Kent, probably so named from an unattested Old English personal name, Huhha, or possibly hÅh ‘spur of a hill’ (literally ‘heel’) + hÄm ‘homestead’.
Girl/Female
American, Australian, Danish, Finnish, German, Scandinavian, Swedish, Teutonic
Guarded by Ing; Ing is Beautiful; Daughter of Hero; Enclosure
Boy/Male
Arabic, Muslim
To Wait
Girl/Female
Danish, Finnish, German, Swedish
Guarded by Ing; Ing's Beauty; Ing's Place
Surname or Lastname
English and Scottish
English and Scottish : occupational name for a miller. The standard modern vocabulary word represents the northern Middle English term, an agent derivative of mille ‘mill’, reinforced by Old Norse mylnari (see Milner). In southern, western, and central England Millward (literally, ‘mill keeper’) was the usual term.Southwestern and Swiss German and Jewish (Ashkenazic) : variant of Müller (see Mueller).
Female
Scandinavian
Scandinavian form of Old Norse Ingigerðr, INGEGERD means "Ing's enclosure."
Surname or Lastname
English
English : nickname from the vocabulary word lord, presumably for someone who behaved in a lordly manner, or perhaps one who had earned the title in some contest of skill or had played the part of the ‘Lord of Misrule’ in the Yuletide festivities. It may also have been an occupational name for a servant in the household of the lord of the manor, or possibly a status name for a landlord or the lord of the manor himself. The word itself derives from Old English hlÄford, earlier hlÄf-weard, literally ‘loaf-keeper’, since the lord or chief of a clan was responsible for providing food for his dependants.Irish : English name adopted as a translation of the main element of Gaelic Ó Tighearnaigh (see Tierney) and Mac Thighearnáin (see McKiernan).French : nickname from Old French l’ord ‘the dirty one’.Possibly an altered spelling of Laur.The French name is particularly associated with Acadia in Canada, around 1760.
Surname or Lastname
English
English : habitational name from any of various places, for example in Cheshire and Derbyshire, so named from Old English hÅh ‘spur of a hill’ (literally ‘heel’). This widespread surname is especially common in Lancashire.Irish (County Limerick) : variant of Haugh 1.
Surname or Lastname
English
English : topographic name for someone who lived by a spur of a hill, Old English hÅh (literally, ‘heel’).German : from the Germanic personal name Hufo, a short form of a compound name formed with hug ‘heart’, ‘mind’, ‘spirit’ as the first element.
INTEGER LITERAL
INTEGER LITERAL
Surname or Lastname
English and Scottish
English and Scottish : patronymic from Kettle.
Girl/Female
Indian
The earth
Boy/Male
Indian, Tamil
Handsome; King of Flowers; King of Love
Girl/Female
American, Celebrity, Christian, German, Greek, Hindu, Indian
Brave
Boy/Male
American, Anglo, Australian, British, Christian, English, French, Indian, Scottish, Welsh
Son of a Nobleman; Quick-moving; Speckled; Surname Form of Brice; Ardent; Strength; Pied; Spotted
Boy/Male
Tamil
Male
Russian
(МихаиÌл) Russian form of Greek MichaÄ“l, MIKHAIL means "who is like God?"
Girl/Female
Muslim
Boy/Male
American, British, English, Jamaican
Cloth Thickener; Cloth Bleacher; Clothing Presser; Dresser of Cloth
Girl/Female
Norse
An omniscient goddess.
INTEGER LITERAL
INTEGER LITERAL
INTEGER LITERAL
INTEGER LITERAL
INTEGER LITERAL
n.
A complete entity; a whole number, in contradistinction to a fraction or a mixed number.
v. t.
To deposit or inter in a chapel; to enshrine.
v. t.
To inter again.
n.
One who inters.
v. t.
To inter.
v. t.
To deposit and cover in the earth; to bury; to inhume; as, to inter a dead body.
n.
One who makes an entrance or beginning.
a.
Essential to completeness; constituent, as a part; pertaining to, or serving to form, an integer; integrant.
v. t.
To bury; to inter; to entomb; as, obscurely sepulchered.
v. t.
To place in a tomb; to bury; to inter; to entomb.
n.
One who intends.
p. pr. & vb. n.
of Inter
n.
That number placed below the line in vulgar fractions which shows into how many parts the integer or unit is divided.
n.
One who makes an index.
imp. & p. p.
of Inter
v. t.
To inter with funeral rites; to bury.
n.
One who gathers the vintage.
v. t.
To deposit, as a dead body, in the earth; to bury; to inter.
v. t.
To inhume; to bury; to inter.